Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #136

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-vue (source) ^2.56.1 -> ^2.56.3 age adoption passing confidence
@floating-ui/vue (source) ^1.1.4 -> ^1.1.5 age adoption passing confidence
@iconify/json (source) ^2.2.242 -> ^2.2.269 age adoption passing confidence
@nuxt/kit (source) ^3.13.0 -> ^3.14.159 age adoption passing confidence
@nuxt/schema (source) ^3.13.0 -> ^3.14.159 age adoption passing confidence
@rollup/pluginutils (source) ^5.1.0 -> ^5.1.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.15.2 -> ^1.22.2 age adoption passing confidence
@vercel/analytics (source) ^1.3.1 -> ^1.3.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vueuse/core (source) ^11.0.3 -> ^11.2.0 age adoption passing confidence
element-plus (source) ^2.8.1 -> ^2.8.7 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence
magic-string ^0.30.11 -> ^0.30.12 age adoption passing confidence
naive-ui (source) ^2.39.0 -> ^2.40.1 age adoption passing confidence
nanoid ^5.0.7 -> ^5.0.8 age adoption passing confidence
nuxt (source) ^3.13.0 -> ^3.14.159 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.3 age adoption passing confidence
pnpm (source) ^9.9.0 -> ^9.12.3 age adoption passing confidence
postcss (source) ^8.4.42 -> ^8.4.47 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.24.4 age adoption passing confidence
sass ^1.77.8 -> ^1.80.6 age adoption passing confidence
shiki (source) ^1.15.2 -> ^1.22.2 age adoption passing confidence
shiki-magic-move ^0.4.4 -> ^0.5.0 age adoption passing confidence
tsx (source) ^4.19.0 -> ^4.19.2 age adoption passing confidence
type-fest ^4.26.0 -> ^4.26.1 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence
unocss ^0.62.3 -> ^0.64.0 age adoption passing confidence
unplugin-auto-import ^0.18.2 -> ^0.18.3 age adoption passing confidence
unplugin-icons ^0.19.2 -> ^0.20.1 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.10 age adoption passing confidence
vitepress (source) ^1.3.4 -> ^1.5.0 age adoption passing confidence

Release Notes

arco-design/arco-design-vue (@​arco-design/web-vue)

v2.56.3

Compare Source

v2.56.2

Compare Source

floating-ui/floating-ui (@​floating-ui/vue)

v1.1.5

Compare Source

Patch Changes
  • fix(useFloating): avoid setting isPositioned to true when open is false
  • Update dependencies: @floating-ui/[email protected]
iconify/icon-sets (@​iconify/json)

v2.2.269

Compare Source

v2.2.268

Compare Source

v2.2.267

Compare Source

v2.2.266

Compare Source

v2.2.265

Compare Source

v2.2.264

Compare Source

v2.2.263

Compare Source

v2.2.262

Compare Source

v2.2.261

Compare Source

v2.2.260

Compare Source

v2.2.259

Compare Source

v2.2.258

Compare Source

v2.2.257

Compare Source

v2.2.256

Compare Source

v2.2.255

Compare Source

v2.2.254

Compare Source

v2.2.253

Compare Source

v2.2.252

Compare Source

v2.2.251

Compare Source

v2.2.250

Compare Source

v2.2.249

Compare Source

v2.2.248

Compare Source

v2.2.247

Compare Source

v2.2.246

Compare Source

v2.2.245

Compare Source

v2.2.244

Compare Source

v2.2.243

Compare Source

nuxt/nuxt (@​nuxt/kit)

v3.14.159

Compare Source

3.14.159 is a hotfix release to address regressions in v3.14.

We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Update nitropack preset directory (#​29780)
  • kit: Fall back to meta version if there's no module.json (#​29793)
  • kit: Use mlly to resolve module paths to avoid cjs fallback (#​29799)
  • webpack,rspack: Add adapter for webpack-dev-middleware (#​29806)
  • nuxt: Remove null-byte prefix for virtual files (#​29809)
  • kit: Convert module path to file url before reading meta (fb833ac64)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.14.0

Compare Source

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors

v3.13.1

Compare Source

3.13.1 is the next regularly scheduled patch release.

👀 Highlights

Although this is a patch release, there are two features I'd love to draw your attention to.

  1. 🆔 useId now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285
  2. 🔥 a new experimental.buildCache feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726

As always, feedback is appreciated 🙏 ❤️

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Cache vue app build outputs (#​28726)
  • nuxt: Use ServerPlaceholder for ssr client components (#​28563)
  • nuxt: Use reducer array + handle modified proto (#​28768)
🩹 Fixes
  • schema: Resolve user-provided serverDir relative to root (#​28700)
  • nuxt: Handle mismatching declaration/plugin extensions (#​28709)
  • nuxt: Do not accept arbitrary strings for MiddlewareKey (#​28676)
  • nuxt: Do not pass listeners to custom NuxtLink (#​28738)
  • nuxt: Generate basic jsdoc for module config entry (#​27689)
  • nuxt: Augment NuxtOptions as well as config (#​28747)
  • nuxt: Improve error logging in import protections (#​28753)
  • nuxt: Handle deleted cookies from CookieStore events (#​28760)
  • nuxt: Allow updating appConfig with non-iterable objects (#​28773)
  • nuxt: Improve isNuxtError type inference (#​28814)
💅 Refactors
  • nuxt: Update to vue v3.5 + native useId (#​28285)
📖 Documentation
  • Fix typo (#​28724)
  • Update broken/redirected links (#​28739)
  • Capitalize text (#​28734)
  • Updated line number for nuxt build-time hooks (#​28746)
  • Add missing query returned value from useRoute() (#​28743)
  • Persist package manager choice in code blocks (#​28514)
  • Fix postcss codeblock typo (#​28801)
  • Include --frozen-lockfile when installing dependencies (#​28794)
🏡 Chore
✅ Tests
❤️ Contributors
rollup/plugins (@​rollup/pluginutils)

v5.1.3

2024-10-23

Bugfixes

v5.1.2

2024-09-23

Bugfixes
  • fix: optimize createFilter and normalizePath (#​1750)

v5.1.1

2024-09-22

Bugfixes
  • fix: improve regex performance (#​1753)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.22.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.22.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.22.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.19.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.7

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.6

Compare Source

   🚀 Features
  • engine-js:
   🐞 Bug Fixes
  • Missing named exports for shiki/wasm and @shikijs/wasm-inlined  -  by @​antfu (3f226)
    View changes on GitHub

v1.17.5

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.4

Compare Source

No significant changes

    View changes on GitHub

v1.17.0

Compare Source

Refactor the monorepo and separate engines into each own package.

    View changes on GitHub

v1.16.3

Compare Source

   🚀 Features
    View changes on GitHub

v1.16.2

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mixte ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2024 6:57am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
mixte-dev-branch ⬜️ Ignored (Inspect) Nov 7, 2024 6:57am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2cfa699 to df60ccd Compare October 1, 2024 06:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df60ccd to 3e1cb69 Compare October 1, 2024 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e1cb69 to 8392cf9 Compare October 2, 2024 03:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8392cf9 to df0767c Compare October 2, 2024 09:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df0767c to 4109c93 Compare October 2, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4109c93 to 231bf76 Compare October 2, 2024 15:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 231bf76 to 0342647 Compare October 3, 2024 10:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0342647 to 14cf1af Compare October 4, 2024 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14cf1af to c7fb175 Compare October 6, 2024 06:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7fb175 to ef1895d Compare October 7, 2024 07:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef1895d to c879d22 Compare October 7, 2024 11:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c879d22 to 0342659 Compare October 7, 2024 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0342659 to b6452bf Compare October 8, 2024 10:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6452bf to 17ce0b3 Compare October 8, 2024 16:40
@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.52%. Comparing base (0cf767e) to head (deb53d0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #136   +/-   ##
=======================================
  Coverage   99.52%   99.52%           
=======================================
  Files          71       71           
  Lines        5847     5847           
  Branches      896      896           
=======================================
  Hits         5819     5819           
  Misses         28       28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Zhang-Wei-666 Zhang-Wei-666 merged commit ade2a34 into main Nov 7, 2024
3 of 5 checks passed
@Zhang-Wei-666 Zhang-Wei-666 deleted the renovate/all-minor-patch branch November 7, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants